home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / DATABASE / ICFD170B.ZIP;1 / WHATSNEW.TXT < prev   
Encoding:
Text File  |  1993-02-23  |  8.6 KB  |  253 lines

  1.  
  2.                   LANTELLIGENCE
  3.  
  4.  
  5.  
  6.  
  7.  
  8.       LANTELLIGENCE CORPORATION  v  PO BOX 140627, MIAMI FL,
  9.       33114-0627
  10.       Sales & Information: (800) 423-8845  v  Technical Support:
  11.       (305) 598-6453
  12.       Compuserve: 70274,46  v  Internet: 70274,46@COMPUSERVE.COM
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.                         Features & Changes in ICF Version 1.7
  25.  
  26.  
  27.  
  28.        Following is a summary of major changes, new features, and bug fixes
  29.        made to ICF since version 1.6. Note that if you have a version between
  30.        1.6 and 1.7, some of these changes may already be implemented in your
  31.        copy. Many changes and features were implemented as a result of user
  32.        requests. As always, we thank you for your support, and if you have any
  33.        problems, questions, or suggestions, please contact us.
  34.  
  35.  
  36.  
  37.        1. Bug Fix: Under some circumstances a manually-entered User ID
  38.           (entered either through the ASK screen or by using the /Userid
  39.           option) was not saved in the AUTORUN.DAT file. This is corrected.
  40.  
  41.        2. Bug Fix: If the /Id option was used (which appends 3 additional
  42.           fields to a STATUS output file in order to identify the User ID on
  43.           each record), sometimes one or more of the additional fields were
  44.           not being filled in. This is corrected.
  45.  
  46.        3. Bug Fix: A condition causing the message similar to "Unexpected
  47.           return code ... nmfiles..." has been fixed.
  48.  
  49.        4. Bug Fix: Under some circumstances the /Findextsval option wouldn't
  50.           work. This option permits you to request files with extensions other
  51.           than .COM and .EXE to be included in the output of a program scan,
  52.           as in:
  53.  
  54.              ICF STATUS /ASCII /FINDEXTSVAL=DLL,SYS,PIF
  55.  
  56.  
  57.  
  58.  
  59.  
  60.                                           1
  61.  
  62.  
  63.  
  64.           If this option is used, the /Unknownsw option or the /Findexts
  65.           option should also be used. Note that /Findextsval is not required
  66.           to find files identified in the software recognition file
  67.           (ICFPROGn.DBF). Any file names in this file, regardless of
  68.           extension, will be matched if found during a program scan.
  69.  
  70.        5. Bug Fix: Some conditions resulting in an out-of-memory message being
  71.           issued were eliminated.
  72.  
  73.        6. Change: If the AUTO command is used and the output file exists but
  74.           ICF determines that it is not necessary to perform an inventory
  75.           collection (because the PC configuration hasn't changed to warrant a
  76.           new scan), ICF would delete any existing output file. This was
  77.           changed, so that the output file, if it exists from the last
  78.           inventory collection, is not deleted and overwritten unless a new
  79.           inventory collection is actually performed.
  80.  
  81.        7. Change: If the AUTO command is used, no "End of Program Run" message
  82.           is displayed when ICF terminates. This was done so users don't see
  83.           confusing messages on the screen when ICF runs every day.
  84.  
  85.        8. Change: Field sizes in the /Ask display were enlarged. Although the
  86.           fields on the screen appear to be the same size, they now have the
  87.           capability to scroll horizontally. Up to 30 characters will fit in
  88.           each field, including the serial number.
  89.  
  90.        9. Change: The /Totexts option is being phased out of ICF. The purpose
  91.           of this option was to display totals by file extension when using
  92.           the FILES command and output is sent to the screen.
  93.  
  94.        10.  Change: Memory usage was greatly enhanced to permit ICF to process
  95.           many more files during program scanning, as well as significantly
  96.           increased text file capture capabilities. This is especially
  97.           necessary for the DOS version.
  98.  
  99.        11.  New Feature: Added the /Unknownsw option, which instructs ICF to
  100.           include unrecognized programs in the inventory output file.
  101.  
  102.        12.  New Feature: Added the /Banner option, which replaces the standard
  103.           ICF startup messages with a greeting of your own. For example, you
  104.           can try:
  105.  
  106.              ICF STATUS /DBASE /BANNER=THE_UNIVERSAL_CORP___PERFORMING
  107.              INVENTORY...
  108.  
  109.           Note that spaces can be represented by the underscore character
  110.           (this can be changed by using the /Spacechar option).
  111.  
  112.        13.  New Feature: Added the /Textfilescan option, which instructs ICF
  113.           to scan drives for system configuration text files (i.e. CONFIG.SYS,
  114.           *.INI files). Normally, ICF looks only in predefined directories (on
  115.           all drives) for these files. If your users have files in non-
  116.           standard locations (for example, Windows .INI files not located in
  117.           the \WINDOWS directory), use this option. The abbreviation for this
  118.           option is /TFS.
  119.  
  120.  
  121.  
  122.                                           2
  123.  
  124.  
  125.  
  126.        14.  New feature: Added the capability for environment variables to be
  127.           referenced from many options. To use this feature, include the name
  128.           of the environment variable surrounded by %% (2 percent signs on
  129.           both sides of the variable name), as in:
  130.  
  131.              ICF STATUS /DBASE /OVERWRITE /USERID=%%MYUSERID%%
  132.  
  133.           The above example assumes a SET MYUSERID=<string> was performed
  134.           prior to ICF being run. This feature works with a majority of ICF
  135.           options. Also, the environment variable reference can be embedded in
  136.           any option value (i.e. additional characters can appear before
  137.           and/or after the reference), as the example below illustrates:
  138.  
  139.              ICF STATUS /DBASE /FILENAME=FN%%LANTYPE%%9 /UNKNOWNSW
  140.              /FINDEXTSVAL=.BAT
  141.  
  142.           If the DOS command SET LANTYPE=3COM before ICF runs the above
  143.           command, the output file would be named FN3COM9.DBF
  144.  
  145.        15.  New Feature: Added the /Noprograms option, which instructs ICF to
  146.           ignore scanning drives for programs. Although this capability was
  147.           already present in the form /NOSTATUS=PRO, this new option makes it
  148.           easier.
  149.  
  150.        16.  New feature: Added the /Notextfiles option, which instructs ICF to
  151.           ignore reading configuration text files (i.e. AUTOEXEC.BAT,
  152.           STARTUP.BAT, CONFIG.SYS and .INI files) during inventory captures.
  153.           While this capability was already present in the form
  154.           /NOSTATUS=INI,TXT, this new option makes it easier.
  155.  
  156.        17.  New Feature: An error message is now displayed if the /Progslimit
  157.           option is exceeded. The /Progslimit option is used to specify the
  158.           maximum number of programs that will be searched for on each drive.
  159.           It is used primarily for testing (using it in a production
  160.           environment would severely effect the accuracy of an inventory
  161.           capture. Now, an error message is displayed as a reminder that you
  162.           specifically limited the number of programs to search for.
  163.  
  164.        18.  New Feature: Added the /Deptid option. This allows you to specify
  165.           a department ID on the command line. Example:
  166.  
  167.              ICF STATUS /DEPTID=MIS.
  168.  
  169.        19.  New Feature: Added the /Quickstatus option. This is a shortcut
  170.           option which specifies both /Notextfiles and /Noprograms. Of course,
  171.           this would cause an inventory capture to proceed very quickly, hence
  172.           the name of this new option. It is especially convenient for testing
  173.           purposes when you want to try various options of the STATUS command
  174.           but do not need a program scan or text file capture to be performed.
  175.           The abbreviation for this option is /QS.
  176.  
  177.        20.  New Feature: Additional Windows configuration files are included
  178.           in text file captures, specifically those included in Windows for
  179.           Workgroups.
  180.  
  181.  
  182.  
  183.  
  184.                                           3
  185.  
  186.  
  187.  
  188.        21.  New Feature: Netware configuration files (NET.CFG and SHELL.CFG)
  189.           are now included in text file captures when an inventory is
  190.           performed.
  191.  
  192. 22. New: Feature: /NOTEXTFILES option - Specifying this option prevents ICF
  193.     from including system text files (i.e. Autoexec.Bat) in a configuration
  194.     run. It is simpler than using the /NST:INI,TXT option.
  195.  
  196. 23. New: /TEXTFILES option - Allows you to specify up to 6 additional system
  197.     text files to be included in a configuration run. An example is:
  198.  
  199.       ICF STATUS /DBASE /TEXTFILES=D:\WINDOWS\SPECIAL.INI,E:\THISFILE.TXT
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.                                           4
  256.  
  257.